// Loesung_von_Aufgabe_1.4_3_Kopf_mit_Hut

size(400, 400);
background(255);

fill(255, 255, 0);
ellipse(200, 250, 300, 250);
fill(255, 255, 255);
ellipse(200, 300, 160, 30);
stroke(0);
strokeWeight(20);
point(150, 200);
point(250, 200);
stroke(255, 0, 0);
line(50, 150, 350, 150);
noStroke();
fill(255, 0, 0);
rect(100, 50, 200, 100);